Namespace - LJCFacilityManagerDAL
Parameters
manager - The facility manager object.
columnNames - The included column names.
personID - The person ID.
Returns
The Person object.
Syntax
| C# |
|
public static Person GetPerson(PersonManager manager, List<String> columnNames, Int32 personID)
|
Retrieves the Person by ID with the specified columns.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.